Params

interface Params

The parameters of the CertificateErrorCallback.

Functions

Link copied to clipboard
Returns the SSL certificate bound to the request which the certificate error occurred in.
Link copied to clipboard
open fun error(): NetError
Returns the network error code which describes the reason of the certificate error.
Link copied to clipboard
open fun isMainFrame(): Boolean
Indicates whether the navigation is taking place in the main frame.
Link copied to clipboard
open fun url(): String
Returns a string that represents the URL of the request that required the client certificate selection.